projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df8e0a9
)
(vc-rcs-diff): Use consistent parameter format for
author
André Spiegel
<spiegel@gnu.org>
Mon, 25 Feb 2002 22:04:29 +0000
(22:04 +0000)
committer
André Spiegel
<spiegel@gnu.org>
Mon, 25 Feb 2002 22:04:29 +0000
(22:04 +0000)
vc-diff-switches-list.
lisp/vc-rcs.el
patch
|
blob
|
history
diff --git
a/lisp/vc-rcs.el
b/lisp/vc-rcs.el
index b6d6521b268d22bf349decff82e5f1e6b5ea69a6..dfa33cc371ce17f7bacd96280762c04e5a0a2ddf 100644
(file)
--- a/
lisp/vc-rcs.el
+++ b/
lisp/vc-rcs.el
@@
-5,7
+5,7
@@
;; Author: FSF (see vc.el for full credits)
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
-;; $Id: vc-rcs.el,v 1.2
1 2001/08/28 17:05:12
spiegel Exp $
+;; $Id: vc-rcs.el,v 1.2
2 2002/01/05 17:21:06
spiegel Exp $
;; This file is part of GNU Emacs.
@@
-553,7
+553,7
@@
Needs RCS 5.6.2 or later for -M."
(append (list "-q"
(concat "-r" oldvers)
(and newvers (concat "-r" newvers)))
- (vc-diff-switches-list
rcs
))))
+ (vc-diff-switches-list
'RCS
))))
\f
;;;